home *** CD-ROM | disk | FTP | other *** search
/ Amiga Collections: Topik / Topik - Disk 24 - Productivity (19xx)(Topik Public Domain)(PD)[WB].zip / Topik - Disk 24 - Productivity (19xx)(Topik Public Domain)(PD)[WB].adf / SpreadSheet / Poster < prev    next >
Text File  |  1990-01-31  |  2KB  |  39 lines

  1. Article 383 of net.sources:
  2. Path: mcdsun!noao!hao!hplabs!decwrl!cookie.dec.com!wecker
  3. From: wecker@cookie.dec.com (DAVE  CUM GRANO SALIS  WECKER)
  4. Newsgroups: net.sources
  5. Subject: Trimmed down spread sheet program for U**X/VMS/AMIGA, happy taxes!
  6. Message-ID: <7639@decwrl.DEC.COM>
  7. Date: 18 Jan 87 00:01:14 GMT
  8. Sender: daemon@decwrl.DEC.COM
  9. Organization: Digital Equipment Corporation
  10. Lines: 3712
  11.  
  12. This is an updated version of the public domain spreadsheet released recently
  13. by Bob Bond (called at the time: vc (don't flame at me :-)).
  14.  
  15. This version is designed for people with varying systems:
  16.  
  17.     1) FIXES A **MAJOR** bug. If you use numbers in the 10000 - 99999
  18.        range and save the table, then get back in and restore it (P,G)
  19.        numbers will be rounded to 1 place accuracy (e.g., 12345.67
  20.        becomes 12345.7 (not too good for taxes!!!)).
  21.  
  22.        Simple fix:  replace the two occurances of "%g" in interp.c with
  23.             "%.8g"
  24.  
  25.     2) uses no TERMCAP file or facilities (expects a VT100 class terminal)
  26.     3) uses no system CURSES package (has its own (sort of) built in)
  27.     4) Runs on any U**X, VMS or AMIGA system (plus probably lots more)
  28.        (define either VMS, U__X, or MCH_AMIGA to your compiler)
  29.     5) Does not require YACC (output already pre-built)
  30.     6) Does not require nroff (compiled man page provided)
  31.  
  32. Enjoy!!
  33. dave    (decwrl.dec.com!cookie.dec.com!wecker)
  34.  
  35. #    This is a shell archive.
  36. #    Remove everything above and including the cut line.
  37. #    Then run the rest of the file through sh.
  38. #----cut here-----cut here-----cut here-----cut here----#
  39.